Move

Module: ecereCOM
Namespace: ecere::com
Class: Container

void Move(IteratorPointer it, IteratorPointer after)

Description

Move an element after another

Parameters

it  IteratorPointer  Iterator pointer specifying which element to move 
after  IteratorPointer  Iterator pointer specifying after which element to move (null to move at the beginning)